Vcenter Vm Hardware ConnectionUpdateSpec
Vcenter Vm Hardware ConnectionUpdateSpec
The Vcenter Vm Hardware ConnectionUpdateSpec schema describes the updates to be made to the configuration of a removable virtual device.
JSON Example
{
"start_connected": false,
"allow_guest_control": false
}
boolean
start_connected
Optional
Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on.
If missing or null
, the value is unchanged.
boolean
allow_guest_control
Optional
Flag indicating whether the guest can connect and disconnect the device.
If missing or null
, the value is unchanged.